systemd.network.networks.<name>.fairQueueingConfig

Each attribute in this set specifies an option in the [FairQueueing] section of the unit. See systemd.network(5) for details.

Type
attribute set of (systemd option)
Default
{ }
Example
{
  FlowLimit = 5;
  Parent = "root";
}
Declared
<nixpkgs/nixos/modules/system/boot/networkd.nix>